home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / include / joystick.h < prev    next >
C/C++ Source or Header  |  1998-01-20  |  282b  |  14 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * Joystick emulation prototypes
  5.   *
  6.   * Copyright 1995 Bernd Schmidt
  7.   */
  8.  
  9. extern void read_joystick (int nr, unsigned int *dir, int *button);
  10. extern void init_joystick (void);
  11. extern void close_joystick (void);
  12.  
  13. extern int nr_joysticks;
  14.